Home
Posts
Categories
Series
Tags
About

Tag: R basics

image loading failed
postedOn: 2022-12-29   updatedOn: 2022-12-29   includedIn: R , emacs
Easy Emacs To start using R, or almost anything else in Emacs you basically need to know 3 things: 1) How to move in Emacs, meaning understanding what is what and learning a few key commands; 2) What is the configuration file and how to use it and 3) How to use packages to extend Emacs.
image loading failed
postedOn: 2022-11-29   updatedOn: 2022-11-29   includedIn: R
Introducción El análisis exploratorio de datos (EDA en inglés, “Exploratory Data Analysis”) es una de las herramientas más útiles en varias áreas de análisis de datos. El concepto de EDA ha sido utilizado popularmente en los últimos años para referirse a los procesos de exploración primaria de un grupo de datos.
image loading failed
postedOn: 2021-12-5   updatedOn: 2023-8-30   includedIn: R
This post continues the topic of functions in R. You can see our previous post if you want to understand the basics but it is not strictly necessary. Here we will go into detail about for loops and if statements in R, two key elements of any function. We are going to define a process, map it in a step-by-step approach and wrape it in a function that can repeat it automatically.
image loading failed
postedOn: 2021-11-30   updatedOn: 2021-11-30   includedIn: R
Background This is the first post of R with White Dwarf and I decided to start this blog with a basic tutorial. There is already a lot of information in the web about getting started with R. With a simple google search you can easily find info on how to install it, how to use R studio or other text editor, learn about the basic functions and concepts, what is a vector, a data frame, how to use them, etc.